.cart {
  position: relative;
}



@keyframes sparkle {
  0% {
    box-shadow: 0px 0px 10px 0px #c0122d;
  }

  100% {
    box-shadow: 0px 0px 0px 0px #c0122d;
  }
}

.cart main{
 background-image: url(../images/2025images/paper_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: NO-repeat;
  height: fit-content;
  /* min-height: 100svh; */

}

.cart_container {
  padding-top: 114px;
  width: 100%;
  min-height: 100svh;
 
  position: relative;
  /* top: 1vw; */
  z-index: 4;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* padding-top: 14%; */
  padding-inline: 10%;
  /* gap: 100px; */

  padding-bottom: 2vw;
}

@media (max-width:1080px) {
  .cart_item_container {
    padding-inline: 7%;
  }
}


.cart_container_title {
  width: 100%;
 font-family: "Autour One";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
 color:  #00432F;
  margin-bottom: 32px;
  margin-top: 20px;

}

.myProfile .cart_container {
  padding-top: 110px;
  overflow: hidden;
}

.myProfile {
  color:  #00432F;

/* EN/Headline XL */
font-family: "Autour One";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 38.4px */
}
.cart_container_content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1140px;

  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
}

.cart_container_content_left {
  width: 60%;
  max-width: 620px;
  min-width: 320px;
}

.myProfile .cart_container_content_left {
  width: 65%;
}

.myProfile .items, .myProfile .titleName, .myProfile .cart_container_content_left_santa_santa_grove_detail_other_item h2 {
  width: 40%;
}

.myProfile .cart_container_content_left_santa_santa_grove_detail_quantity.total {
  flex: auto;
  display: flex;
  justify-content: end;

}

.myProfile .status_action .link_to_edit:hover {
 background: #6E5D40;
}

.cart_container_content_left_santa {
  width: 100%;

  min-height: 100px;
  display: flex;
  padding: 0px 0px 8px;
  flex-direction: column;
  align-items: flex-start;
  /* gap: 16px; */
  border-radius: 24px;
  margin-top: 0px;
  min-width: 500px;
  max-width: 800px;
  position: relative;
  margin-top: 24px;
}

.cart_container_deco {
  position: absolute;
  width: 32%;
  aspect-ratio: 1092/874;
  max-width: 600px;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/2025images/cart_bottom_deco.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.myProfile .cart_container_deco {
  position: absolute;
  width: 40%;
  aspect-ratio: 1042/847;
  max-width: 690px;
  bottom: 0px;
  right: 0px;
  background-image: url(../images/2025images/myProfile_deco_bottom_train.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.myProfile .cart_container_deco img{
width: 90%;
    position: absolute;
    top: 0%;
    right: -24%;
     transform-origin: bottom;
      animation: 3s swing ease-in-out infinite alternate-reverse ;
}


.cart_container_content_left_santa_item {
  width: 100%;
  /* margin-bottom: 24px; */
}
.cart_container_content_left_santa .link_to_tnc{
  color: #737373;
text-align: center;

/* EN/Body Small - Regular */
font-family: Inter;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
text-decoration-line: underline;
margin-bottom: 24px;

}
.cart_container_content_left_santa.WN .link_to_tnc{
  /* margin-top:-14px */
}

.cart_container_content_left_santa_santa_grove_detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
  /* justify-content: space-between; */
}

.cart_container_content_left_santa_santa_grove_detail:nth-last-of-type(1){
  margin-bottom: 0px;
}

.myProfile .cart_container_content_left_santa_santa_grove_detail:nth-last-of-type(1){
  margin-bottom: 24px;
}
.mobile_tag {
  display: none !important;
  width: 64px;
  text-align: left !important;
}

.titleName {
  color: #29110B;

  /* EN/Body - Bold */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  min-width: 215px;
  width: 54%;
  max-width: 350px;
}

.cart_container_content_left_santa_santa_grove_detail_title_name span {}

.cart_container_content_left_santa_workshop_detail_title_info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
  color: #6E5D40;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.CANCELLED .cart_container_content_left_santa_workshop_detail_title_info {
  color: #737373;
}

.CANCELLED span{
   color: #737373 !important;
}
.cart_container_content_left_santa_santa_grove_detail_title_info {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 18px;
  color: #6E5D40;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.cartPopup #cartPopup_deco{
      position: absolute;
    top: -3%;
    left: -9%;
    max-width: 218px;
}
.cart_container_content_left_santa_santa_grove_detail_title_info span{
  display: flex;
  flex-direction:row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
  color: #6E5D40;

/* EN/Body - Regular */
font-family: Inter ,'Noto Sans TC';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
}

.CANCELLED .cart_container_content_left_santa_santa_grove_detail_title_info {
  color: #737373;
}

.cart_container_content_left_santa .total span {
  color:#29110B;
  text-align: right;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}
.total .mobile_tag{
  font-weight: 700;
}

.CANCELLED .cart_container_content_left_santa .total span {
  color: #737373;
}

.cart_container_content_left_santa_santa_grove_detail_title_name {
  min-width: 250px;
  width: 100%;
  color: #29110B;

  /* EN/Body - Bold */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

.CANCELLED .cart_container_content_left_santa_santa_grove_detail_title_name {
  color: #737373;
}

.price {
  color: #6E5D40;
  text-align: right;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.CANCELLED .price {
  color: #737373;
}

.checkout .quantity {
 font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  /* color: #737373; */
  width: 17%;
  
}

.quantity span {
  color: #6E5D40;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.del {
  display: block;
}

.cart_container_content_left_santa_santa_grove_detail_other_item {
  display: flex;
  flex-direction: row;
  /* justify-content: space-between; */
  margin-bottom: 0px;
  width: 100%;
}

.cart_container_content_left_santa_santa_grove_detail_other_item {
  margin-top: 16px;
}

.cart_container_content_left_santa .cart_container_content_left_santa_santa_grove_detail_other_item:nth-last-of-type(1){
  margin-bottom: 0px;
}
.myProfile .status_action {}

.myProfile .status_action .link_to_edit {
  padding: 4px 16px;
  display: flex;
  justify-content: center;
  width: fit-content;
  text-decoration: unset;
  gap: 9px;
  border-radius: 36px;
  background: #A9936B;
  align-items: center;
    color: #F3ECDF;
  font-family: "Autour One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.myProfile .status_action .link_to_edit span {
  color: #F3ECDF;
  font-family: "Autour One";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 16.8px */
}

.cart_container_content_left_santa_santa_grove_detail_other_item h2 {
  color: #29110B;

  /* EN/Body - Bold */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
  min-width: 215px;
  width: 54%;
  max-width: 350px;
}

.cart_container_content_left_santa_workshop_detail_title_info_workshop_name {
  font-family: "Montserrat";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #737373;
}

.cart_container_content_right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 32px;
  width: 35%;
  min-width: 300px;
  padding: 36px;
  border: 2px solid #29110B;
}

.cart_container_content_right_total {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.cart_container_content_right_total_left {
  color: #29110B;
  /* EN/Title */
  font-family: "Autour One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.cart_container_content_right_total_sum {
  color: #29110B;
  text-align: center;

  /* EN/Headline XL */
  font-family: "Autour One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
}

.cart_container_content_right_total_sum span {
  color: #29110B;
  text-align: center;

  /* EN/Headline XL */
  font-family: "Autour One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
}

.cart_container_content_right_row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 18px;
}

.cart_container_content_right_total_row2_left {
  color: #29110B;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  width: 70%;
}

.cart_container_content_right_total_row2_right {
  display: block;
  width: 68px;
  height: 40px;
  background-image: url(../images/2025images/operation_santa.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.cart_container_content_right_checkout_btn {
  height: 40px;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #fcfcfc;
  background: linear-gradient(0deg, #98855d 0%, #b8a16f 50%);
  border: 1px solid #98855d;
  border-radius: 32px;
  margin-block: 0px;
}

.cart .cart_container_content_left_santa_santa_grove_detail_division {
  margin-block: 8px;
}




.cartPopup .popupContent {}

.cartPopup .popupContent::before {
  content: none;
}

.cartPopup::before {
  content: "";

}



.cartPopup .popupTitle::before {
  content: none;
}

.cartPopup .popupTitle{
  position: relative;
  z-index: 2;
}

.cartPopup .divisonLine_green{
    position: relative;
  z-index: 2;
}
.cartPopup_detail_outside{
  height: fit-content;
    max-height: calc(70vh - 100px);
    overflow: auto;
    padding-right: 5px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.cartPopup_detail {
  width: 100%;
}

.cartPopup_detail .divisionLine_cream{
  width: 100%;
}
.cartPopup .cart_container_content_left_santa_workshop_detail_title_info_workshop_name {

}

.cartPopup .cart_container_content_left_santa_workshop_detail_title_info {

  padding-bottom: 17px;

}

.cartPopup_detail_quanity {
  padding-block: 16px;

  border-bottom: 1px solid #eee2c8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.cartPopup .btnWrapper {
  width: 100%;
  height: 40px;
}


.cartPopup .divisonLine_green {
  max-width: 100%;
  width: 100%;
  /* max-height: 6px; */
  object-fit: cover;
  height: 6px;
  margin-bottom: 20px;
  margin-top: 16px;
}


.cartPopup_detail_total {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  color: #29110B;

  /* EN/Title */
  font-family: "Autour One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
  position: relative;
}

.cartPopup_detail_total::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-image: url(../images/2025images/devisionLineBlack.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: -14px;


}

.cartPopup_detail_total .cartPopup_detail_total_num {
  color: #29110B;
  text-align: center;
  font-family: "Autour One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
}

.cartPopup_detail_total .cartPopup_detail_total_num span {
  color: #29110B;
  text-align: center;
  font-family: "Autour One";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
}


.cart .mfp-container {
  backdrop-filter: blur(2px);
}



.checkout_container_checkout_form_timer_lower_yarn_ball {
  width: 80px;
  aspect-ratio: 80/42;
  background-image: url(../images/2025images/timer_train.png);
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  background-size: 100% auto;
  right: 0%;
  top: -40px;
  animation: upDown 1s ease-in-out infinite alternate;
}

@keyframes upDown {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-5%);
  }

  100% {
    transform: translateY(0%);
  }
}

.checkout_container_checkout_form_timer {
  width: 60%;
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 620px;
  min-width: 320px;

}

.checkout_container_checkout_form_timer_upper {
  width: 100%;
  height: 4px;
  background-color: #F3ECDF;

  position: absolute;
  /* left: 0px; */
  z-index: 2;
}

.checkout_container_checkout_form_timer_lower {
  width: 100%;
  height: 4px;
  background-color: #94A767;

  position: absolute;
  left: 0px;
  z-index: 3;
}

.cart_container_title {
  display: flex;
  gap: 40px;
  align-items: end;
}



.myProfile .cart_container_title {
  width: 100%;
  margin: 62px 0px 36px;
  text-align: left;
  align-items: flex-start;
}

#timer-display_container {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #29110B;

/* EN/Body Medium - Regular */
font-family: Inter ,'Noto Sans TC';
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
  height: 24px;
  text-align: left;
  width: 100%;
  ;
}

#timer-display {
  color: #0a1612;
  text-align: right;
  color: #29110B;
  text-align: right;
  /* EN/Sub Title */
  font-family: "Autour One";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  text-align: end;
  min-width: 70px;
  display: inline-block;
}

#timer-display_container p {
  margin-right: 10px;
  width: fit-content;
  color: #29110B;

  /* EN/Body Small - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */

}

.del:nth-child(1),
.del:nth-last-child(1) {
  display: block;
  width: 16px;
  aspect-ratio: 16/18;
  background-image: url(../images/2025images/icn_bin.svg
  );
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 0%;
 
}


.cart {
  background-color: black;
}

.cart main {
  background-color: #242711;
}



.cart_container_content_left_th {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;

  position: relative;
  margin-bottom: 34px;
}

.cart_container_content_left_th span {
  color: #29110B;

  /* EN/Body Small - Bold */
  font-family: Inter ,'Noto Sans TC';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
}

.cart_container_content_left_th::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-image: url(../images/2025images/devisionLineBlack.svg);
  bottom: -14px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
  max-width: 100%;

}

.cartPopup .cart_container_content_left_th::after {
  width: 100%;
  left: 0px;
}

.items {
  min-width: 228px;
  width: 54%;
  max-width: 350px;
}

.cartPopup .cart_container_content_left_th .total {
  width: 16%;
  text-align: center;
}



.zh-HK .cartPopup .price_th {
    width: 35px;
    text-align: end;
}
.price_th {
  width: 40px;
  text-align: center;
}

.myProfile .price_th {
  width: 120px;
}

.myProfile .item_status{
  min-width: 120px;
}

.divisionLine_cream {
  display: none;
}



.myProfile .cart_container_content_left_santa .total .mobile_tag {
  display: none !important;
}

.checkout .price_th {

  text-align: left;
}

.quantity_th {
  width: 100px;
}

.quantity {
  width: 100px;
  text-align: center;
}

.total {
  width: 13%;

  text-align: end;

}


.item_status {
  color:  #00432F;

  /* EN/Body Small - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 15.6px */
  display: block;
  width: 100%;
  text-align: center;
  min-width: 52px;
}

.item_status.in-cart {
  color: #29110B;
  min-width: 52px;
}

.item_status.confirmed {
  color: #00432F;
}

.item_status.unpay {
  color: #7B1A1E
}

.item_status.cancel {
  color: #737373;
}


.cart_container_content_left_santa_santa_grove_detail_del {
  /* width: 24px; */
}

.cart_container_content_left_santa:nth-of-type(2)::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  background-image: url(../images/2025images/devisionLineBlack.svg);
  bottom: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  left: 0px;
}

.cartPopup .cart_container_content_left_santa_santa_grove_detail {
  margin-top: 24px;
}

.cartPopup .cart_container_content_left_santa_santa_grove_detail:nth-last-of-type(1){
  margin-top: 16px;
  margin-bottom: 16px;
}
.cartPopup .cart_container_content_left_santa_santa_grove_detail:nth-last-of-type(1) .titleName{
  margin-bottom: 0px;
}

/* .myProfile footer{
  position: fixed;
  bottom: 0px;
  width: 100%;
} */

.cart_nothing {
width: 100%;
    height: 100%;
    display: flex
;
    flex-direction: column;
    /* position: relative; */
    z-index: 4;
    /* align-items: center; */
    gap: 36px;
    height: calc(100svh - 100px);
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 10vh;
    min-height: 700px;
    min-height: 700px;
}

.cart_nothing_deco {
  width: 205px;
  position: relative;
  margin: 0 auto;
}

#deco_luggage {
  width: 100%;
  max-width: 205px;
  position: relative;
}

#cloud_left {
  position: absolute;

  width: 109px;
  left: -22px;
  bottom: 82px;
  animation: cloudMoveReverse 4s ease-in-out infinite;
}

#cloud_right {
  position: absolute;
  width: 70px;

  right: -34px;
  top: 20px;
  animation: cloudMove 4s ease-in-out infinite;
}

.cart_container_monster {
  width: 200px;
  aspect-ratio: 1/1;
  background-image: url(../images/cart_nothing_monster.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

.deco_redStar {
  display: block;
  width: 18.68px;
  height: 18.68px;
  transform: rotate(-14.231deg);
  flex-shrink: 0;
  background-image: url(../images/deco_red_star.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 40px;
  animation: 1s bounceRe linear infinite;
}

.deco_yellowStar {
  display: block;
  width: 7px;
  height: 7px;

  flex-shrink: 0;
  background-image: url(../images/deco_star_yellow_small.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 80px;
  top: 10px;
  animation: 1.2s bounceRe linear infinite;
}

.deco_goldStarMiddle {
  display: block;
  width: 11.628px;
  height: 11.628px;
  transform: rotate(-29.71deg);
  flex-shrink: 0;
  background-image: url(../images/deco_star_gold_middle.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 60px;
  animation: 1.5s bounce linear infinite;
}

.deco_goldStar {
  display: block;
  width: 9.173px;
  height: 9.173px;
  transform: rotate(-40.97deg);
  flex-shrink: 0;
  background-image: url(../images/deco_gold_star_small.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 51px;
  top: 74px;
  animation: 1.2s bounce linear infinite;
}

.cart_container_nothing_desc {
  color: #29110B;
  text-align: center;

  /* EN/Title */
  font-family: "Autour One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}

.cart_nothing .btnWrapper {

  max-width: 100%;
  display: flex;
  justify-content: center;
}

.cart_nothing .goldButton {
  width: 320px;
}

.title_and_button_container {
  display: flex;
  flex-direction: row;
  /* width: 100%; */
  gap: 30px;
  /* margin-top: 20px; */
  position: relative;
  justify-content: base;
  gap: 17px;
  align-items: center;
}

.bookingContainer_top_progress_back {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/2025images/icn_back_btn.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent;
}

.title_and_button_container h1 {
  color: #242711;

  /* Desktop EN/Headline 1 - Bold */
  font-family: "Josefin Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 38.4px */
}

.cart_container_monster_out {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartPopup{
  max-width: 488px;
  max-height: 80svh;

  
}
  .cartPopup .popupContent{
    overflow: hidden;
    max-height: 70vh;
    /* overflow-y: auto; */

    }

.cartPopup .btnWrapper{
  max-width: unset !important;
  margin-top: 16px;
}

.cartPopup_detail .cart_container_content_left_th {
  color: #fcf3e8;

  /* Desktop EN/Body Small - Semi Bold */
  font-family: Inter;
  font-size: 12px;
  font-style: normal;

  line-height: 150%;
  /* 18px */
  padding-inline: 0px;
}


.cartPopup_detail .cart_container_content_left_santa_santa_grove_detail_title_name {}

.cartPopup .items {
  min-width: unset;
  width: 54%;
}

.cartPopup .cart_container_content_left_santa_santa_grove_detail_title_name {
  min-width: unset;
}

.cartPopup .total {
  margin-right: 0px;
  color: #6E5D40;
  text-align: right;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.cartPopup_detail .price,
.cartPopup_detail .quantity span {
  color: #6E5D40;
  text-align: right;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.cartPopup_detail_item {
  color: #fcf3e8;
  font-weight: 400;
}

.cartPopup_detail .cart_container_content_left_santa_santa_grove_detail_title_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* margin-top: 18px; */
  color: #6E5D40;

  /* EN/Body - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.otherItem {
  display: flex;

  margin-bottom: 9px;
}

.cartPopup_detail .otherItem h2 {
  color: #29110B;
  font-family: Inter ,'Noto Sans TC';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  width: 54%;
  max-width: 350px;
  /* min-width: 226px; */
}
.photoframe_name br{
display: none;
}

.cartPopup_detail .otherItem h2.photoframe_name br{
 display: inline;
}

.cartPopup_detail .price {
  display: block;
}

.cartPopup_detail .total_th {
  color: #29110B;

  /* EN/Body Small - Bold */
  font-family: Inter ,'Noto Sans TC';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  width: 100px;
}

.cart .cartPopup_detail .total_th {
  text-align: end;
  width: fit-content;
  display: block;
  flex: auto;
}

.total span {}

.link_to_tnc {
  color:  #29110B;
  text-align: center;

  /* EN/Body Small - Regular */
  font-family: Inter ,'Noto Sans TC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 15.6px */

  padding: 0%;
  display: block;
  margin-block: 16px;
  text-align: left;
}

.santa .link_to_tnc {
text-align: center;
}
.link_to_tnc a{
  text-decoration: underline;
}

.cartPopup .titleName {
  margin-bottom: 16px;
}


.cartPopup .divisionLine {
  margin-block: 9px;
}

.cart .bookingContainer_top_progress_back {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/2025images/icn_back_btn.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  border: 0px;
  background-color: transparent;
  position: relative;
  left: 0px;
  top: 0px;
  transform: translateY(0px);
}



.cart_container_content_left_santa_santa_grove_detail_price,
.cart_container_content_left_santa_santa_grove_detail_quantity {
  /* font-family: Montserrat !important; */
}

.price .price_num {

  display: inline-block;
  /* instead of block */
  text-align: right;
}

.myProfile .cart_container_content_left_santa {
  background-color: transparent
}

.myProfile  .cart_container_content_left_santa_santa_grove_detail_other_item{
  align-items: flex-start;
}

.myProfile .cart_container_content_left_santa_santa_grove_detail{
  align-items: baseline;
}

.cartPopup .link_to_tnc{
  text-align: left;
  font-family: Inter ,'Noto Sans TC';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 15.6px */
color: #737373;
text-decoration: underline;
}

.cart .cartPopup .link_to_tnc{
  margin-bottom: 16px;
}
.link_to_tnc a{
  color: #242711;
}
.myProfile .cart_container_content_left_santa{
  margin-bottom: 10px;
  margin-top: 14px;
}
.myProfile .cart_container_content_left_th{
  margin-bottom: 20px;
}
.myProfile .cart_container_content_left_santa .cart_container_content_left_santa_santa_grove_detail_other_item:nth-last-of-type(1){
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .cart_container_content_left_santa.WN .link_to_tnc{
  margin-top:6px
}

.myProfile .cart_container_content_left_santa{
  margin-top: 24px;
}

.cartPopup .cart_container_content_left_santa_santa_grove_detail:nth-last-of-type(1){
  margin-top: 0px;
  margin-bottom: 16px;
}

.cart_container_content_left_santa::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background-image: url(../images/2025images/devisionLineBlack.svg);
    bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0px;
}

  .cartPopup_detail .otherItem h2.photoframe_name br{
 display: none;
}

  .myProfile .status_action .link_to_edit{
    position: absolute;
    top: 0px;
  }
  .cart .cart_container_content_left_th span{
    display: none;
  }
  .link_to_tnc a{
    text-align: center;
          color: #29110B;
          text-decoration: underline;
          margin-top: 12px;
          margin-bottom: 16px;
  }

    .link_to_tnc a{
      color: #29110B;
      text-decoration: underline;
    }
  .myProfile .cart_container{
    padding-top: 110px;
  }
  .myProfile .cart_container_title{
    text-align: center;
  }

  .myProfile .cart_container_title h1{
    width: 100%;
  }

  .myProfile .cart_container_content_left_santa .cart_container_content_left_santa_santa_grove_detail_other_item{
    margin-top: 0px;
    margin-bottom: 24px;
    
  }

      .myProfile  .cart_container_content_left_santa .divisionLine_cream {
        margin: 0px 0px 24px;
    }

    .myProfile .cart_container_content_left_santa:nth-last-of-type(1)::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 6px;
        background-image: url(../images/2025images/devisionLineBlack.svg);
        bottom: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        left: 0px;
    }
  .myProfile .price_th{
    display: none
  }
   .myProfile .cart_container_deco{
    width: 100%;
    position: relative;
  }
  .myProfile .cart_container{
    padding-bottom: 0px;
  }
  .cartPopup #cartPopup_deco {

    width: 37%;
        min-width: 160px;
        left: -4%;
  }
  .cartPopup .divisonLine_green {
 
  object-fit: cover;
  height: 6px;
  margin-bottom: 24px;
  margin-top: 16px;
}

 .cart .cartPopup .divisonLine_green {
 

  margin-bottom: 16px;
  margin-top: 16px;
}

  .cartPopup_detail .otherItem h2{
 
    margin-top: 16px;
    width: 100%;
  }
  .cartPopup .mobile_tag{
color: #6E5D40;
/* EN/Body - Regular */
font-family: Inter ,'Noto Sans TC';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
text-align: left;
  }
  .cart .cartPopup .total{
   text-align: left;
   margin-top: 8px;
  }

   .cart .total .mobile_tag{
font-weight: 700;
color: #29110B;
text-align: left;
  }
  .cart .cartPopup_detail .price {
    display: block;
    width: 100%;
    display: flex;
width: 150px;
        display: flex
;
        align-items: center;
        gap: 8px;
        /* margin-top: 0px; */
        justify-content: space-between;
    /* margin-top: 0px; */
  }
.cart .cart_container_content_left_santa_item{
  margin-bottom: 10px;
}
  .cart .divisionLine_cream{
    margin: 16px 0px;
  }
  .myProfile .cart_container_content_left {
    width: 100%;
    max-width: unset;
    margin-top: 0px;
  }

  .myProfile .cart_container_content{
    margin-top: 0px;
  }

  .myProfile .link_to_edit {
    position: absolute;
    top: 16px;
    right: 0px;
  }

  /* .myProfile  .cart_container_content_left_santa_santa_grove_detail_quantity{
        position: absolute;
    transform: translateY(0px);
   } */
  .divisionLine_cream {
    display: block;
    width: 100%;
    height: 6px;
    max-width: 100%;
    object-fit: cover;
  }

  .myProfile .cart .cart_container_content_left_santa_santa_grove_detail_division {
    margin-block: 0px;
  }

  .myProfile .cart_container_content_left_santa_santa_grove_detail_other_item .item_status {
    display: none;
  }

  .cart_finishPayment_item p {
    width: 90px;
  }

  .cart_finishPayment {
    position: absolute;
    right: 34%;
    top: 0%;
    /* left: 7%; */
  }

  .cart_container_title {
    margin-top: 0px;
    margin-bottom: 0px;
  }


  .title_and_button_container h1 {
    font-size: 24px;
  }

  .mobile_tag {
    display: inline !important;
    margin-right: 12px;
  }

  .cart_container_nothing_desc {
    font-size: 20px;
  }

  .cart_container_title {
    display: flex;
    gap: 40px;
    align-items: end;
    flex-wrap: wrap;
  }

  .cart .checkout_container_checkout_form_timer {
    width: 100%;

    position: relative;
    display: flex;
    justify-content: center;

    min-width: 300px;
    margin-bottom: 26px;

  }

  #timer-display_container {

    min-width: 300px;
  }



  .cartPopup .cart_container_content_left_th {
    /* width: 100%; */
    /* display: flex; */
    flex-direction: row;
    align-items: center;

    display: none
  }

.cartPopup .cart_container_content_left_santa_santa_grove_detail{
  margin-top: 0px;
}
  .cart_container_content_left_santa {
    width: 100%;

    min-height: 100px;
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    margin-top: 24px;
    min-width: 300px;
      padding: 0px 0px 6px;
      margin-bottom: 24px;
  }

 .cart_container_content_left .cart_container_content_left_santa:nth-last-of-type(1){
  margin-bottom: 0px;
 }

 
  

  .price {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* color: #6e6653; */
    width: 100%;
    text-align: left;
    margin-top: 14px;
    display: flex
;
        justify-content: space-between;
        width: 150px;
  }



  .quantity span {
    color: #6E5D40;
    /* EN/Body - Regular */
    font-family: Inter ,'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .mobile_tag {
    color: #6E5D40;

    /* Mobile EN/Body - Bold */
    font-family: Inter ,'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    /* font-weight: 700; */
    line-height: 140%;
    /* 22.4px */
  }

  .cart_container_content_left_santa_santa_grove_detail_price_status {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    margin-bottom: -24px;
  }

  .myProfile .cart_container_content_left_santa_santa_grove_detail_price_status {
      margin-top: 9px;
  }

  .myProfile .items, .myProfile .titleName, .myProfile .cart_container_content_left_santa_santa_grove_detail_other_item h2 {
    width: 100%;
    max-width: unset;
  }

  .myProfile .cart_container_content_left_santa_santa_grove_detail_other_item .price {
    display: none;
  }

  .cart_container_content_left_santa_santa_grove_detail_price_status .item_status {
    width: fit-content;
    font-size: 16px;
    line-height: 140%;
  }

  .myProfile .cart_container_content_left_santa_santa_grove_detail_title_name {
    color: #0a1612;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
  }

  .total {
    width: 100%;
    margin-top: 9px;
    text-align: left;
    display: flex
;
        justify-content: space-between;
        width: 150px;
    
  }

  .total span {
    /* Desktop EN/Title 2 - Medium */
    /* font-family: "Josefin Sans"; */
    /* font-size: 20px; */
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    /* 24px */
    color: #0a1612;
  }



  .cart_container_title {
    display: flex;
    /* gap: 40px; */
    align-items: end;
    /* flex-wrap: wrap; */
    flex-direction: column;
    /* justify-content: flex-start; */
    align-items: center;
  }



  .cart_container_content_left_santa_santa_grove_detail {
    width: 100%;
    display: flex;
    flex-direction: column;
       margin-bottom: 0px;
 
    /* justify-content: space-between; */
  }

  .cart_container_content {
    margin-top: 0px;
    flex-direction: column;
    align-items: baseline;
    gap: 0px;
    padding: 110px 4%;
 
  }

  .cart_container_content_left_santa_santa_grove_detail_other_item {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
 margin-bottom: 24px;
    width: 100%;
  }

  .quantity {
  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  
    /* width: 17%; */
    margin-top: 9px;
    width: 100%;
    text-align: left;
    
    
  }

  .cart .quantity{
display: flex
;
        justify-content: space-between;
        width: 150px;

  }
  .checkout 
  .quantity {
  
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  
    /* width: 17%; */
    margin-top: 9px;
    width: 100%;
    text-align: left;
        display: flex;
width: 150px;
        display: flex
;
        align-items: center;
        gap: 8px;
        /* margin-top: 0px; */
        justify-content: space-between;
    /* margin-top: 0px; */
  }

  .divisionLine_cream{
    margin: 24px 0px;
  }

  .cartPopup .divisionLine_cream {
    margin: 16px 0px;
    margin-bottom: 0px;
  }
  .myProfile .quantity{
  margin-top: 9px;
  display: flex;
  gap: 8px;
  display: flex
;
        justify-content: space-between;
        width: 150px;
}
  .cart_container_content_left_santa_santa_grove_detail_title_info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 14px;
    color: #6E5D40;
    /* EN/Body - Regular */
    font-family: Inter ,'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
  }

  .cart_container_content_left_santa_santa_grove_detail_other_item h2 {
    font-family: Inter ,'Noto Sans TC';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

    color: #29110B;
    min-width: 215px;
    width: 100%;
    max-width: 350px;
  }

  .cart_container {

    width: 100%;
    /* height: 100%; */
    z-index: 4;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    padding-top: 80px;
    padding-inline: 4%;
    gap: 32px;
    padding-bottom: 25vw;
  }

  .cart .cart_container{
    padding: 0px;
  }

  .cart_container_content_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    gap: 16px;
    width: 100%;
    max-width: 427px;
    margin: 0 auto;
  }


  .cartPopup .popupInner {}

  .cart_monster {
    position: absolute;
    width: 37%;
    aspect-ratio: 1276 / 2023;
    /* transform: rotate(6.117deg); */
    background-image: url(../images/cart_monster.png);
    background-size: 100% auto;
    background-position: top center;
    right: 0px;
    top: 0px;
    z-index: 3;
    background-repeat: no-repeat;
    min-height: unset;
  }

  .cart_giftbox {
    position: absolute;
    width: 20%;
    aspect-ratio: 274 / 470;
    background-image: url(../images/cart_giftbox.png);
    background-size: 100% auto;
    background-position: top center;
    right: 27%;
    top: 0px;
    z-index: 2;
  }

  .cart_red_paper {
    position: absolute;
    width: 77%;
    aspect-ratio: 715 / 238;
    background-image: url(../images/cart_red_paper.png);
    background-size: 100% auto;
    background-position: top center;
    right: 28%;
    top: 0%;
    z-index: 1;
  }

  .cartPopup .popupContent {}

 .cart .cart_container_content_left {
    width: 100%;
    margin: 12px auto 48px;
    max-width: 427px;
  }
.cart_container_deco{
      position: relative;
    max-width: unset;
    margin-bottom: -7px;
    width: 100%;
}
  .cart_nothing {
    padding-top: 110px;
    position: relative;
  }

  .addCartPopup .mfp-close {
    width: 24px;
    aspect-ratio: 1 / 1;
    background-image: url(../images/2025images/icn_close_brown.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
 
  }

  .cartPopup_detail {
    width: 100%;
  margin-bottom: 24px;

  }


  .cartPopup_detail::-webkit-scrollbar {
    width: 8px;
    
  }

  .cartPopup_detail::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: rgba(225, 222, 208, 0.5);
  }

  .otherItem {
    display: flex;
    margin-bottom: 9px;
    flex-direction: column;
  }

  .cartPopup .popupTitle {
    font-size: 20px;
    position: relative;
    z-index: 2;
  }


  .cartPopup .btnWrapper {
    margin-top: 30px;
  }



  .title_and_button_container {
    width: 100%;
  }

  .cart_container_content_left_santa_santa_grove_detail_title_info_vanue {
    white-space: nowrap;
  }



}